/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 859 Elf64_Ehdr * ehdr) in is_text_section() 905 Elf64_Ehdr * ehdr) in scan_archive_symbols() 1170 Elf64_Ehdr * ehdr, in print_symtab() 1261 Elf64_Ehdr * ehdr, in get_symtab() 1329 Elf64_Ehdr *ehdr; in process() local
|
H A D | static_prof.h | 101 Elf64_Ehdr *ehdr; /* 64 bit elf header for current file */ member 105 Elf32_Ehdr *ehdr; /* 32 bit elf header for current file */ member
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 121 Ehdr *ehdr; /* ELF header for file */ member 464 sections(const char *file, Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi) in sections() 554 unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr, in unwind_eh_frame() 910 unwind(Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, uchar_t osabi, in unwind() 1032 Ehdr *ehdr, uchar_t osabi, VERSYM_STATE *versym, const char *file, in init_symtbl_state() 1379 uchar_t osabi, Ehdr *ehdr, uint_t flags) in cap_section() 1753 cap(const char *file, Cache *cache, Word shnum, Word phnum, Ehdr *ehdr, in cap() 1835 Ehdr *ehdr) in interp() 1912 syminfo(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, const char *file) in syminfo() 2494 symbols(Cache *cache, Word shnum, Ehdr *ehdr, uchar_t osabi, in symbols() [all …]
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 77 GElf_Ehdr ehdr; in is_shared_obj() local 140 GElf_Ehdr ehdr; in get_txtorigin() local 240 GElf_Ehdr ehdr; in get_textseg() local
|
/illumos-gate/usr/src/cmd/mdb/tools/common/ |
H A D | findscn.c | 37 GElf_Ehdr ehdr; in findelfsecidx() local
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | getphnum.c | 49 GElf_Ehdr ehdr; in elf_getphdrnum() local
|
H A D | getshnum.c | 53 GElf_Ehdr ehdr; in elf_getshdrnum() local
|
H A D | getshstrndx.c | 47 GElf_Ehdr ehdr; in elf_getshdrstrndx() local
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 146 } ehdr; member 235 Elf64_Ehdr *ehdr = elf64_getehdr(nelf); in archive() local 242 Elf32_Ehdr *ehdr = elf32_getehdr(nelf); in archive() local
|
/illumos-gate/usr/src/boot/common/ |
H A D | load_elf.c | 54 Elf_Ehdr *ehdr; member 93 Elf_Ehdr *ehdr; in __elfN() local 161 Elf_Ehdr *ehdr; in __elfN() local 312 Elf_Ehdr *ehdr; in __elfN() local
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 187 mapexec_brand(vnode_t *vp, uarg_t *args, Ehdr *ehdr, Addr *uphdr_vaddr, in mapexec_brand() 301 Ehdr ehdr; in elfexec() member 1112 getelfhead(vnode_t *vp, cred_t *credp, Ehdr *ehdr, uint_t *nshdrs, in getelfhead() 1193 getelfphdr(vnode_t *vp, cred_t *credp, const Ehdr *ehdr, uint_t nphdrs, in getelfphdr() 1229 getelfshdr(vnode_t *vp, cred_t *credp, const Ehdr *ehdr, uint_t nshdrs, in getelfshdr() 1321 Ehdr *ehdr, in mapelfexec() 1687 Ehdr ehdr; in elf_process_obj_scns() local 2085 Ehdr *ehdr; in elfcore() local
|
/illumos-gate/usr/src/tools/btxld/ |
H A D | elfh.h | 32 #define IS_ELF(ehdr) ((ehdr).e_ident[EI_MAG0] == ELFMAG0 && \ argument
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | elf.c | 33 Elf_ehdr(Lm_list *lml, Ehdr *ehdr, Shdr *shdr0) in Elf_ehdr()
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 251 GElf_Ehdr ehdr; in process_file() local 316 traverse_file(Elf *elf, GElf_Ehdr * ehdr, char *cur_file, Cmd_Info *cmd_info, in traverse_file() 1242 build_segment_table(Elf * elf, GElf_Ehdr * ehdr, file_state_t *state) in build_segment_table() 1485 GElf_Ehdr ehdr; in location() local
|
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/ |
H A D | rd_elf.c | 375 psaddr_t addr, Ehdr *ehdr, uint_t *phnum) in _rd_get_ehdr32() 415 Ehdr ehdr; in _rd_get_dyns32() local 560 Ehdr ehdr; in iter_map() local
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | elf32_freebsd.c | 56 Elf_Ehdr *ehdr; in elf32_exec() local
|
H A D | elf64_freebsd.c | 74 Elf_Ehdr *ehdr; in elf64_exec() local
|
/illumos-gate/usr/src/cmd/strings/ |
H A D | strings.c | 113 GElf_Ehdr ehdr; in look_in_sections() local 501 GElf_Ehdr ehdr; local
|
/illumos-gate/usr/src/boot/efi/loader/arch/i386/ |
H A D | elf32_freebsd.c | 66 Elf_Ehdr *ehdr; in elf32_exec() local
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | fcns.c | 89 GElf_Ehdr ehdr; in dump_exec_header() local
|
/illumos-gate/usr/src/cmd/boot/symdef/ |
H A D | symdef.c | 63 GElf_Ehdr ehdr; in main() local
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 123 Elf32_Ehdr ehdr; in get_saddrs() local 151 Elf64_Ehdr ehdr; in get_saddrs() local 1051 read_ehdr32(struct ps_prochandle *P, Elf32_Ehdr *ehdr, uint_t *phnum, in read_ehdr32() 1086 read_dynamic_phdr32(struct ps_prochandle *P, const Elf32_Ehdr *ehdr, in read_dynamic_phdr32() 1105 read_ehdr64(struct ps_prochandle *P, Elf64_Ehdr *ehdr, uint_t *phnum, in read_ehdr64() 1140 read_dynamic_phdr64(struct ps_prochandle *P, const Elf64_Ehdr *ehdr, in read_dynamic_phdr64() 1257 Elf32_Ehdr ehdr; in file_differs() local 1292 Elf64_Ehdr ehdr; in file_differs() local 1353 Elf32_Ehdr ehdr; in fake_elf() local 1363 Elf64_Ehdr ehdr; in fake_elf() local [all …]
|
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/ |
H A D | exec.c | 77 Elf_Ehdr *ehdr; in elf64_exec() local
|
/illumos-gate/usr/src/cmd/sgs/libelf/misc/ |
H A D | nlist.c | 61 GElf_Ehdr ehdr; /* ELF Ehdr */ in _elf_nlist() local
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | phdr.c | 226 Ehdr *ehdr = obj_state->os_ehdr; in process_args() local 351 Ehdr *ehdr = argstate->obj_state->os_ehdr; in print_phdr() local 690 Ehdr *ehdr = obj_state->os_ehdr; in cmd_body() local 823 Ehdr *ehdr = obj_state->os_ehdr; in cmd_body() local
|