Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 5 of 5) sorted by relevance

/scripts/
A Dinsert-sys-cert.c73 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() local
315 if (!hdr) in main()
376 print_sym(hdr, &cert_sym); in main()
377 print_sym(hdr, &used_sym); in main()
[all …]
A Dasn1_compiler.c564 FILE *out, *hdr; in main() local
649 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 …]
/scripts/mod/
A Dmodpost.c424 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 …]
A Dsymsearch.c72 bool is_arm = (elf->hdr->e_machine == EM_ARM); in symsearch_populate()
A Dmodpost.h140 Elf_Ehdr *hdr; member

Completed in 15 milliseconds