/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | pro_reloc_symbolic.c | 48 #ifndef SHT_REL 49 #define SHT_REL 9 macro 182 /* type */ SHT_REL, in _dwarf_symbolic_relocs_to_disk()
|
H A D | dwarf_elf_defines.h | 69 #ifndef SHT_REL 70 #define SHT_REL 9 macro 100 #ifndef SHT_REL 101 #define SHT_REL 9 macro
|
H A D | pro_reloc_stream.c | 214 /* type */ SHT_REL, in _dwarf_stream_relocs_to_disk()
|
H A D | dwarf_init_finish.c | 75 #ifndef SHT_REL 76 #define SHT_REL 9 macro 851 if (type == SHT_REL) { in is_a_relx_section()
|
H A D | dwarf_elf_load_headers.c | 522 if (gshdr->gh_type == SHT_REL || gshdr->gh_type == SHT_RELA){ in generic_shdr_from_shdr32() 587 if (gshdr->gh_type == SHT_REL || in generic_shdr_from_shdr64() 1354 gshdr->gh_type != SHT_REL) { in this_rel_is_a_section_dwarf_related()
|
H A D | dwarf_elfread.c | 736 if (section_type == SHT_REL || in _dwarf_elf_object_access_internals_init()
|
/illumos-gate/usr/src/boot/common/ |
H A D | load_elf_obj.c | 278 case SHT_REL: in __elfN() 477 if (shdr[i].sh_type != SHT_RELA && shdr[i].sh_type != SHT_REL) in __elfN() 500 case SHT_REL: in __elfN()
|
/illumos-gate/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 158 #define M_REL_SHT_TYPE SHT_REL /* section header type */
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.msg | 62 @ MSG_SHT_REL "[ SHT_REL ]" # 9 64 @ MSG_SHT_REL_CF "SHT_REL"
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.intel.c | 375 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_REL, &rea, relosp->os_name, in ld_perform_outreloc() 974 M_MACH, SHT_REL, arsp, R1addr, value, in ld_do_activerelocs() 1073 M_MACH, SHT_REL, arsp, EC_NATPTR(addr), value, in ld_do_activerelocs() 1240 DBG_CALL(Dbg_reloc_ors_entry(ofl->ofl_lml, ELF_DBG_LD, SHT_REL, in ld_add_outrel()
|
H A D | sections.c | 516 case SHT_REL: in new_section() 2467 if (ld_targ.t_m.m_rel_sht_type == SHT_REL) { in make_reloc()
|
/illumos-gate/usr/src/cmd/sgs/libelf/demo/ |
H A D | dcom.c | 241 if (shdr.sh_type == SHT_REL) in delete_comment()
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | kobj_reloc.c | 295 if (rshp->sh_type == SHT_REL) { in do_relocations()
|
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_reloc.c | 304 if (rshp->sh_type == SHT_REL) { in do_relocations()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 181 { "SHT_REL", 0xffffffff, SHT_REL }, in dump_shdr()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_elfwrite.c | 193 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA) in ctf_write_elf()
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 789 (p_scns->p_shdr.sh_type != SHT_REL)) { in dump_reloc_table() 864 if (p_scns->p_shdr.sh_type == SHT_REL) { in dump_reloc_table() 1508 if (shdr.sh_type == SHT_REL) { in print_section()
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 247 { MSG_ORIG(MSG_PHDRNAM_REL), SHT_REL, SHF_ALLOC, 976 case SHT_REL: in get_data()
|
H A D | elfdump.c | 2690 (type != SHT_REL)) in reloc() 3056 case SHT_REL: in dynamic() 3380 TEST_ADDR(SHT_REL, rel); in dynamic() 3384 TEST_ENTSIZE(SHT_REL, rel); in dynamic() 4441 if ((type != SHT_RELA) && (type != SHT_REL)) in got() 5261 case SHT_REL: in regular()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 569 #define SHT_REL 9 macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 387 #define SHT_REL 9 /* relocation section - no addends */ macro
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 386 if ((shdr->sh_type == SHT_REL || in traverse_file() 808 if ((src_shdr.sh_type == SHT_REL) || in build_file()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 556 shp->sh_type = SHT_REL; in dump_elf32() 1108 if (shdr_rel.sh_type != SHT_RELA && shdr_rel.sh_type != SHT_REL) in process_obj()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 178 case SHT_REL: in shtype_to_strtab()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1605 case SHT_REL: in kobj_export_ksyms() 2221 case SHT_REL: in free_module_data() 2491 case SHT_REL: in get_syms()
|