Searched refs:hdr (Results 1 – 5 of 5) sorted by relevance
73 x = (void *)hdr + hdr->e_shoff; in get_offset_from_address()74 if (hdr->e_shnum == SHN_UNDEF) in get_offset_from_address()77 num_sections = hdr->e_shnum; in get_offset_from_address()141 x = (void *)hdr + hdr->e_shoff; in find_elf_symbol()165 x = (void *)hdr + hdr->e_shoff; in get_symbol_from_table()189 x = (void *)hdr + hdr->e_shoff; in get_symbol_table()280 Elf_Ehdr *hdr; in main() local315 if (!hdr) in main()376 print_sym(hdr, &cert_sym); in main()377 print_sym(hdr, &used_sym); in main()[all …]
564 FILE *out, *hdr; in main() local649 if (!hdr) { in main()654 render(out, hdr); in main()661 if (fclose(hdr) < 0) { in main()1299 fprintf(hdr, "/*\n"); in render()1301 fprintf(hdr, " *\n"); in render()1305 fprintf(hdr, "\n"); in render()1307 if (ferror(hdr)) { in render()1326 fprintf(hdr, "\n"); in render()1330 fprintf(hdr, in render()[all …]
424 info->hdr = hdr; in parse_elf()450 hdr->e_type = TO_NATIVE(hdr->e_type); in parse_elf()451 hdr->e_machine = TO_NATIVE(hdr->e_machine); in parse_elf()453 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()454 hdr->e_phoff = TO_NATIVE(hdr->e_phoff); in parse_elf()455 hdr->e_shoff = TO_NATIVE(hdr->e_shoff); in parse_elf()456 hdr->e_flags = TO_NATIVE(hdr->e_flags); in parse_elf()457 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()459 hdr->e_phnum = TO_NATIVE(hdr->e_phnum); in parse_elf()461 hdr->e_shnum = TO_NATIVE(hdr->e_shnum); in parse_elf()[all …]
72 bool is_arm = (elf->hdr->e_machine == EM_ARM); in symsearch_populate()
140 Elf_Ehdr *hdr; member
Completed in 15 milliseconds