/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf.h | 45 typedef Elf64_Phdr GElf_Phdr; /* Program header */ typedef 81 GElf_Phdr *gelf_getphdr(Elf *_elf, int _index, GElf_Phdr *_dst); 92 int gelf_update_phdr(Elf *_elf, int _index, GElf_Phdr *_src);
|
H A D | gelf_phdr.c | 48 GElf_Phdr * 49 gelf_getphdr(Elf *e, int index, GElf_Phdr *d) in gelf_getphdr() 123 gelf_update_phdr(Elf *e, int ndx, GElf_Phdr *s) in gelf_update_phdr()
|
/freebsd/lib/libkldelf/ |
H A D | ef.c | 50 GElf_Phdr *ef_ph; 62 GElf_Phdr *ef_segs[MAXSEGS]; 70 static void ef_print_phdr(GElf_Phdr *); 96 ef_print_phdr(GElf_Phdr *phdr) in ef_print_phdr() 113 GElf_Phdr *ph; in ef_get_offset() 225 ef_parse_dynamic(elf_file_t ef, const GElf_Phdr *phdyn) in ef_parse_dynamic() 570 GElf_Phdr *phdr, *phdyn; in ef_open()
|
H A D | elf.c | 282 elf_read_phdrs(struct elf_file *efile, size_t *nphdrp, GElf_Phdr **phdrp) in elf_read_phdrs() 284 GElf_Phdr *phdr; in elf_read_phdrs()
|
H A D | kldelf.h | 217 GElf_Phdr **phdrp);
|
/freebsd/lib/libkvm/ |
H A D | kvm_arm.c | 58 GElf_Phdr *phdr; 68 GElf_Phdr *p; in _kvm_pa2off()
|
H A D | kvm_amd64.c | 58 GElf_Phdr *phdr; 69 GElf_Phdr *p; in _kvm_pa2off()
|
H A D | kvm_i386.c | 64 GElf_Phdr *phdr; 74 GElf_Phdr *p; in _kvm_pa2off()
|
H A D | kvm_private.h | 188 int _kvm_read_core_phdrs(kvm_t *, size_t *, GElf_Phdr **);
|
H A D | kvm_private.c | 159 _kvm_read_core_phdrs(kvm_t *kd, size_t *phnump, GElf_Phdr **phdrp) in _kvm_read_core_phdrs() 162 GElf_Phdr *phdr; in _kvm_read_core_phdrs()
|
/freebsd/lib/libprocstat/ |
H A D | core.c | 57 GElf_Phdr pc_phdr; 91 GElf_Phdr phdr; in procstat_core_open() 303 GElf_Phdr phdr; in core_read_mem()
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 101 static void handle_core_note(Elf *, GElf_Ehdr *, GElf_Phdr *, char **); 103 static void handle_phdr(Elf *, GElf_Ehdr *, GElf_Phdr *, uint32_t, 292 handle_core_note(Elf *elf, GElf_Ehdr *elfhdr, GElf_Phdr *phdr, in handle_core_note() 480 handle_phdr(Elf *elf, GElf_Ehdr *elfhdr, GElf_Phdr *phdr, in handle_phdr() 533 GElf_Phdr phdr; in handle_core()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | segments.c | 472 GElf_Phdr iphdr; in setup_phdr() 510 GElf_Phdr iphdr, ophdr; in copy_phdr()
|
/freebsd/usr.bin/elfctl/ |
H A D | elfctl.c | 365 GElf_Phdr phdr; in get_file_features()
|
/freebsd/usr.bin/ldd/ |
H A D | ldd.c | 394 GElf_Phdr phdr; in is_executable()
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat_image.c | 311 GElf_Phdr ph; in pmcstat_image_get_elf_params()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | output.c | 494 GElf_Phdr phdr; in write_file()
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 1336 GElf_Phdr ph; in elf_print_phdr() 1835 GElf_Phdr phdr; in elf_print_interp()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_module.c | 1148 GElf_Phdr ph; in dt_module_update()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 2469 GElf_Phdr phdr; in dump_phdr() 3704 GElf_Phdr phdr; in dump_notes()
|