Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
reloc.c File Reference
#include "header.h"

Go to the source code of this file.

Functions

rvalue dload_unpack (struct dload_state *dlthis, tgt_au_t *data, int fieldsz, int offset, unsigned sgn)
 
int dload_repack (struct dload_state *dlthis, rvalue val, tgt_au_t *data, int fieldsz, int offset, unsigned sgn)
 
void dload_relocate (struct dload_state *dlthis, tgt_au_t *data, struct reloc_record_t *rp, bool *tramps_generated, bool second_pass)
 

Function Documentation

void dload_relocate ( struct dload_state dlthis,
tgt_au_t data,
struct reloc_record_t rp,
bool tramps_generated,
bool  second_pass 
)

Definition at line 164 of file reloc.c.

int dload_repack ( struct dload_state dlthis,
rvalue  val,
tgt_au_t data,
int  fieldsz,
int  offset,
unsigned  sgn 
)

Definition at line 101 of file reloc.c.

rvalue dload_unpack ( struct dload_state dlthis,
tgt_au_t data,
int  fieldsz,
int  offset,
unsigned  sgn 
)

Definition at line 48 of file reloc.c.