/external/elfutils/src/ |
D | readelf.c | 165 GElf_Shdr *shdr); 167 GElf_Shdr *shdr); 170 GElf_Shdr *shdr); 173 GElf_Shdr *shdr); 175 GElf_Shdr *shdr); 177 GElf_Shdr *shdr); 619 GElf_Shdr shdr_mem; in print_ehdr() 620 GElf_Shdr *shdr; in print_ehdr() 633 GElf_Shdr shdr_mem; in print_ehdr() 634 GElf_Shdr *shdr; in print_ehdr() [all …]
|
D | elflint.c | 322 GElf_Shdr shdr_mem; in section_name() 323 GElf_Shdr *shdr; in section_name() 443 GElf_Shdr shdr_mem; in check_elf_header() 444 GElf_Shdr *shdr; in check_elf_header() 462 GElf_Shdr shdr_mem; in check_elf_header() 463 GElf_Shdr *shdr; in check_elf_header() 536 GElf_Shdr shdr_mem; in check_scn_group() 537 GElf_Shdr *shdr; in check_scn_group() 585 GElf_Shdr shdr_mem; in check_symtab() 586 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in check_symtab() [all …]
|
D | size.c | 420 GElf_Shdr shdr_mem; in show_sysv() 434 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in show_sysv() 463 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in show_sysv() 496 GElf_Shdr shdr_mem; in show_sysv_one_line() 516 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in show_sysv_one_line() 553 GElf_Shdr shdr_mem; in show_bsd() 563 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in show_bsd()
|
D | strip.c | 379 GElf_Shdr shdr; in handle_elf() 829 GElf_Shdr debugshdr; in handle_elf() 1393 GElf_Shdr shdr_mem; in handle_elf() 1394 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in handle_elf() 1456 GElf_Shdr shdr_mem; in handle_elf() 1457 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in handle_elf() 1547 GElf_Shdr shdr_mem; in handle_elf() 1548 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in handle_elf() 1570 GElf_Shdr shdr_mem; in handle_elf() 1571 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in handle_elf()
|
D | nm.c | 749 GElf_Shdr shdr_mem; in show_symbols_sysv() 958 GElf_Shdr *shdr, const char *prefix, const char *fname, in show_symbols() 1253 GElf_Shdr shdr_mem; in handle_elf() 1254 GElf_Shdr *shdr = gelf_getshdr (scn, &shdr_mem); in handle_elf() 1273 GElf_Shdr xndxshdr_mem; in handle_elf() 1274 GElf_Shdr *xndxshdr = gelf_getshdr (xndxscn, &xndxshdr_mem); in handle_elf()
|
/external/elfutils/libelf/ |
D | gelf_getshdr.c | 28 GElf_Shdr * 31 GElf_Shdr *dst; 33 GElf_Shdr *result = NULL; 83 result = memcpy (dst, shdr, sizeof (GElf_Shdr));
|
D | gelf.h | 53 typedef Elf64_Shdr GElf_Shdr; typedef 157 extern GElf_Shdr *gelf_getshdr (Elf_Scn *__scn, GElf_Shdr *__dst); 160 extern int gelf_update_shdr (Elf_Scn *__scn, GElf_Shdr *__src);
|
D | elf-knowledge.h | 34 GElf_Shdr shdr_mem_l; \ 35 GElf_Shdr *shdr_l = gelf_getshdr (scn_l, &shdr_mem_l); \
|
D | gelf_update_shdr.c | 29 gelf_update_shdr (Elf_Scn *scn, GElf_Shdr *src) in gelf_update_shdr() 85 (void) memcpy (shdr, src, sizeof (GElf_Shdr)); in gelf_update_shdr()
|
D | elf32_checksum.c | 78 GElf_Shdr shdr_mem; 79 GElf_Shdr *shdr;
|
D | nlist.c | 54 GElf_Shdr shdr_mem; in nlist() 55 GElf_Shdr *shdr = NULL; in nlist()
|
/external/elfcopy/ |
D | elfcopy.h | 13 GElf_Shdr old_shdr; 16 GElf_Shdr shdr;
|
/external/elfutils/libasm/ |
D | asm_newscn_ingrp.c | 55 GElf_Shdr shdr_mem; 56 GElf_Shdr *shdr = gelf_getshdr (result->data.main.scn, &shdr_mem);
|
D | asm_newscn.c | 94 GElf_Shdr shdr_mem; in binary_newscn() 95 GElf_Shdr *shdr; in binary_newscn()
|
D | asm_end.c | 58 GElf_Shdr shdr_mem; in binary_end() 59 GElf_Shdr *shdr; in binary_end() 303 GElf_Shdr shdr_mem; in binary_end() 304 GElf_Shdr *shdr; in binary_end()
|
/external/elfutils/tests/ |
D | asm-tst7.c | 84 GElf_Shdr shdr_mem; in main() 85 GElf_Shdr *shdr; in main()
|
D | asm-tst8.c | 85 GElf_Shdr shdr_mem; in main() 86 GElf_Shdr *shdr; in main()
|
D | sectiondump.c | 78 GElf_Shdr *shdr; in handle_section() 79 GElf_Shdr shdr_mem; in handle_section()
|
D | asm-tst1.c | 142 GElf_Shdr shdr_mem; in main() 143 GElf_Shdr *shdr; in main()
|
D | asm-tst2.c | 158 GElf_Shdr shdr_mem; in main() 159 GElf_Shdr *shdr; in main()
|
D | asm-tst9.c | 192 GElf_Shdr shdr_mem; in main() 193 GElf_Shdr *shdr; in main()
|
D | asm-tst3.c | 158 GElf_Shdr shdr_mem; in main() 159 GElf_Shdr *shdr; in main()
|
D | scnnames.c | 66 GElf_Shdr shdr; in main()
|
D | ecp.c | 74 GElf_Shdr shdr_mem; in main()
|
/external/elfutils/libdw/ |
D | dwarf_begin_elf.c | 53 GElf_Shdr shdr_mem; in check_section() 54 GElf_Shdr *shdr; in check_section()
|