Home
last modified time | relevance | path

Searched refs:st_value (Results 1 – 14 of 14) sorted by relevance

/TwlSDK-5.4/build/tools/makelst/
Dloader_subset.c267 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()
Delf.h226 Elf32_Addr st_value; /* Probably the offset value into the associated section */ member
Delf.c322 file_ptr = load_elf32_word(&(sym->st_value), file_ptr, endian);
Delf_loader.c347 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/
Delf.h97 u32 st_value; // Symbol value (lvalue) member
Dobject.c230 dest->st_value = Be32(src->st_value); in conv_to_big_endian_symbol()
Dsection.c253 l->st_value = value; in add_symbol()
/TwlSDK-5.4/build/libraries/el/common/include/
Delf.h242 Elf32_Addr st_value; /* Probably the offset value into the associated section */ member
/TwlSDK-5.4/build/tools/stripdebug/
Delf.h226 Elf32_Addr st_value; /* Probably the offset value into the associated section */ member
Dloader_subset.c360 CurrentSymEx->Sym.st_value)); in ELi_BuildSymList()
515 if( CurrentSymEx->Sym.st_value > offset) { in ELi_CodeIsThumb()
Delf.c320 file_ptr = load_elf32_word(&(sym->st_value), file_ptr, endian);
/TwlSDK-5.4/build/libraries/el/common/src/
Dloader_subset.c583 …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) {
Delf.c321 file_ptr = load_elf32_word(&(sym->st_value), file_ptr, endian); in ELF_LoadSymbol()
Delf_loader.c771 PRINTDEBUG( "%08x ", elElfDesc->Sym.st_value); in elLoadSections()
807 PRINTDEBUG( "%08x ", elElfDesc->Sym.st_value); in elLoadSections()