/external/elfutils/0.153/libelf/ |
gelf_getsym.c | 74 if (unlikely (data->d_type != ELF_T_SYM))
|
gelf_update_sym.c | 81 if (unlikely (data_scn->d.d_type != ELF_T_SYM))
|
gelf_fsize.c | 78 [ELF_T_SYM] = sizeof (ElfW2(LIBELFBITS, Ext_Sym)), \
|
gelf_getsymshndx.c | 79 if (unlikely (symdata->d_type != ELF_T_SYM)
|
gelf_update_symshndx.c | 86 if (unlikely (symdata_scn->d.d_type != ELF_T_SYM))
|
elf_getdata.c | 78 [SHT_SYMTAB] = ELF_T_SYM, 83 [SHT_DYNSYM] = ELF_T_SYM, 109 [ELF_T_SYM] = __alignof__ (ElfW2(Bits,Sym)), \
|
nlist.c | 150 / INTUSE(gelf_fsize) (elf, ELF_T_SYM, 1, data->d_version));
|
elf32_updatenull.c | 231 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1); 257 sh_entsize = elf_typesize (LIBELFBITS, ELF_T_SYM, 1);
|
gelf_xlate.c | 209 [ELF_T_SYM] = ElfW2(Bits, cvt_Sym), \
|
libelf.h | 73 ELF_T_SYM, /* Symbol record. */
|
/external/elfutils/0.153/libasm/ |
asm_end.c | 169 data->d_size = gelf_fsize (ctx->out.elf, ELF_T_SYM, 175 data->d_type = ELF_T_SYM; 278 shdr->sh_entsize = gelf_fsize (ctx->out.elf, ELF_T_SYM, 1, EV_CURRENT);
|
/external/elfutils/0.153/src/ |
xelf.h | 153 case ELF_T_SYM: fsize = sizeof (Elf32_Sym); break; \ 285 case ELF_T_SYM: fsize = sizeof (Elf64_Sym); break; \
|
strip.c | 802 size_t elsize = gelf_fsize (elf, ELF_T_SYM, 1, [all...] |
ldgeneric.c | [all...] |
nm.c | 1172 if (entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, ehdr->e_version)) [all...] |
elflint.c | 635 if (shdr->sh_entsize != gelf_fsize (ebl->elf, ELF_T_SYM, 1, EV_CURRENT)) [all...] |
/external/elfutils/0.153/libdwfl/ |
dwfl_module_getdwarf.c | 802 ELF_T_SYM, 1, EV_CURRENT)); 809 ELF_T_SYM, 812 ELF_T_SYM);
|