Home
last modified time | relevance | path

Searched refs:st_other (Results 1 – 9 of 9) sorted by relevance

/TwlSDK-5.5/build/tools/bin2obj/
Delf.h100 u8 st_other; // Currently fixed at 0 member
Dobject.c233 dest->st_other = src->st_other; in conv_to_big_endian_symbol()
Dsection.c256 l->st_other = 0; in add_symbol()
/TwlSDK-5.5/build/libraries/el/common/include/
Delf.h245 unsigned char st_other; /* Currently contains 0 */ member
/TwlSDK-5.5/build/tools/makelst/
Delf.h229 unsigned char st_other; /* Currently contains 0 */ member
Delf.c325 file_ptr = load_elf32_byte(&(sym->st_other), file_ptr, endian);
/TwlSDK-5.5/build/tools/stripdebug/
Delf.h229 unsigned char st_other; /* Currently contains 0 */ member
Delf.c323 file_ptr = load_elf32_byte(&(sym->st_other), file_ptr, endian);
/TwlSDK-5.5/build/libraries/el/common/src/
Delf.c324 file_ptr = load_elf32_byte(&(sym->st_other), file_ptr, endian); in ELF_LoadSymbol()