Home
last modified time | relevance | path

Searched refs:st_info (Results 1 – 13 of 13) sorted by relevance

/TwlSDK-5.5/build/tools/makelst/
Dloader_subset.c265 if( ELF32_ST_TYPE( CurrentSymEx->Sym.st_info) == STT_FUNC) { in ELi_RelocateSym()
360 if( ((ELF32_ST_BIND( CurrentSymEx->Sym.st_info) == STB_GLOBAL) || in ELi_RelocateSym()
361 (ELF32_ST_BIND( CurrentSymEx->Sym.st_info) == STB_WEAK) || in ELi_RelocateSym()
362 (ELF32_ST_BIND( CurrentSymEx->Sym.st_info) == STB_MW_SPECIFIC))&& in ELi_RelocateSym()
378 ExportAdrEntry->func_flag = (u16)(ELF32_ST_TYPE( CurrentSymEx->Sym.st_info)); in ELi_RelocateSym()
464 if( ELF32_ST_TYPE( CurrentSymEx->Sym.st_info) == STT_FUNC) { in ELi_DiscriminateGlobalSym()
477 if( ((ELF32_ST_BIND( CurrentSymEx->Sym.st_info) == STB_GLOBAL) || in ELi_DiscriminateGlobalSym()
478 (ELF32_ST_BIND( CurrentSymEx->Sym.st_info) == STB_WEAK) || in ELi_DiscriminateGlobalSym()
479 (ELF32_ST_BIND( CurrentSymEx->Sym.st_info) == STB_MW_SPECIFIC))&& in ELi_DiscriminateGlobalSym()
501 ExportAdrEntry->func_flag = (u16)(ELF32_ST_TYPE( CurrentSymEx->Sym.st_info)); in ELi_DiscriminateGlobalSym()
Delf.h228 unsigned char st_info; /* Type and binding attributes */ member
Delf.c324 file_ptr = load_elf32_byte(&(sym->st_info), file_ptr, endian);
/TwlSDK-5.5/build/tools/bin2obj/
Delf.h99 u8 st_info; // Concatenate STB_* and STT_* member
Dobject.c232 dest->st_info = src->st_info; in conv_to_big_endian_symbol()
Dsection.c255 l->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT); in add_symbol()
/TwlSDK-5.5/build/libraries/el/common/include/
Delf.h244 unsigned char st_info; /* Type and binding attributes */ member
/TwlSDK-5.5/build/tools/stripdebug/
Delf.h228 unsigned char st_info; /* Type and binding attributes */ member
Delf.c322 file_ptr = load_elf32_byte(&(sym->st_info), file_ptr, endian);
Dloader_subset.c358 if( ELF32_ST_TYPE( CurrentSymEx->Sym.st_info) == STT_FUNC) { in ELi_BuildSymList()
Delf_loader.c519 if( ((ELF32_ST_BIND( (CurrentSymEx->Sym.st_info))) != STB_LOCAL)&& in ELi_LoadObject()
/TwlSDK-5.5/build/libraries/el/common/src/
Delf.c323 file_ptr = load_elf32_byte(&(sym->st_info), file_ptr, endian); in ELF_LoadSymbol()
Dloader_subset.c666 if( (ELF32_ST_BIND( CurrentSymEx->Sym.st_info) == STB_GLOBAL) && in ELi_GoPublicGlobalSym()
684 ExportAdrEntry->func_flag = (u16)(ELF32_ST_TYPE( CurrentSymEx->Sym.st_info)); in ELi_GoPublicGlobalSym()
773 if( ELF32_ST_TYPE( CurrentSymEx->Sym.st_info) == STT_FUNC) { in ELi_BuildSymList()