Searched refs:st_value (Results 1 – 14 of 14) sorted by relevance
| /TwlSDK-5.4/build/tools/makelst/ |
| D | loader_subset.c | 267 CurrentSymEx->Sym.st_value)); in ELi_RelocateSym() 339 …sym_loaded_adr += CurrentSymEx->Sym.st_value; //sym_loaded_adr is called S in the specifications in ELi_RelocateSym() 377 …ExportAdrEntry->adr = (void*)(CurrentShdrEx->loaded_adr + ((CurrentSymEx->Sym.st_value)&0xFFFFFFFE… in ELi_RelocateSym() 466 CurrentSymEx->Sym.st_value)); in ELi_DiscriminateGlobalSym() 495 ExportAdrEntry->adr = (void*)((CurrentSymEx->Sym.st_value)&0xFFFFFFFE); in ELi_DiscriminateGlobalSym() 499 …portAdrEntry->adr = (void*)(CurrentShdrEx->loaded_adr + ((CurrentSymEx->Sym.st_value)&0xFFFFFFFE)); in ELi_DiscriminateGlobalSym() 728 if( CurrentSymEx->Sym.st_value > offset) { in ELi_CodeIsThumb()
|
| D | elf.h | 226 Elf32_Addr st_value; /* Probably the offset value into the associated section */ member
|
| D | elf.c | 322 file_ptr = load_elf32_word(&(sym->st_value), file_ptr, endian);
|
| D | elf_loader.c | 347 printf( "%08x ", (int)(ElfHandle->Sym.st_value)); in ELi_LoadObject() 386 printf( "%08x ", (int)(ElfHandle->Sym.st_value)); in ELi_LoadObject()
|
| /TwlSDK-5.4/build/tools/bin2obj/ |
| D | elf.h | 97 u32 st_value; // Symbol value (lvalue) member
|
| D | object.c | 230 dest->st_value = Be32(src->st_value); in conv_to_big_endian_symbol()
|
| D | section.c | 253 l->st_value = value; in add_symbol()
|
| /TwlSDK-5.4/build/libraries/el/common/include/ |
| D | elf.h | 242 Elf32_Addr st_value; /* Probably the offset value into the associated section */ member
|
| /TwlSDK-5.4/build/tools/stripdebug/ |
| D | elf.h | 226 Elf32_Addr st_value; /* Probably the offset value into the associated section */ member
|
| D | loader_subset.c | 360 CurrentSymEx->Sym.st_value)); in ELi_BuildSymList() 515 if( CurrentSymEx->Sym.st_value > offset) { in ELi_CodeIsThumb()
|
| D | elf.c | 320 file_ptr = load_elf32_word(&(sym->st_value), file_ptr, endian);
|
| /TwlSDK-5.4/build/libraries/el/common/src/ |
| D | loader_subset.c | 583 …sym_loaded_adr += CurrentSymEx->Sym.st_value; //sym_loaded_adr is called S in the specifications in ELi_RelocateSym() 683 …ExportAdrEntry->adr = (void*)(CurrentShdrEx->loaded_adr + ((CurrentSymEx->Sym.st_value)&0xFFFFFFFE… in ELi_GoPublicGlobalSym() 776 CurrentSymEx->Sym.st_value)); in ELi_BuildSymList() 1131 if( CurrentSymEx->Sym.st_value > offset) {
|
| D | elf.c | 321 file_ptr = load_elf32_word(&(sym->st_value), file_ptr, endian); in ELF_LoadSymbol()
|
| D | elf_loader.c | 771 PRINTDEBUG( "%08x ", elElfDesc->Sym.st_value); in elLoadSections() 807 PRINTDEBUG( "%08x ", elElfDesc->Sym.st_value); in elLoadSections()
|