/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | relocate.c | 515 if (type == SHT_RELA) { 529 if (type == SHT_RELA) { 537 if (type == SHT_RELA) { 570 if (type == SHT_RELA) { 590 if (type == SHT_RELA) 600 if (type == SHT_RELA) { 667 if (type == SHT_RELA) {
|
H A D | got.c | 151 if (type == SHT_RELA) {
|
/illumos-gate/usr/src/cmd/sgs/include/i386/ |
H A D | machdep_x86.h | 150 #define M_REL_SHT_TYPE SHT_RELA /* section header type */
|
/illumos-gate/usr/src/cmd/sgs/include/sparc/ |
H A D | machdep_sparc.h | 149 #define M_REL_SHT_TYPE SHT_RELA /* section header type */
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | load_elf_obj.c | 279 case SHT_RELA: 477 if (shdr[i].sh_type != SHT_RELA && shdr[i].sh_type != SHT_REL) 487 case SHT_RELA:
|
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | traverse.c | 163 if (rel_shdr->sh_type == SHT_RELA) {
|
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_reloc.c | 296 if (rshp->sh_type != SHT_RELA)
|
/illumos-gate/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_reloc.c | 285 if (rshp->sh_type == SHT_RELA) { 286 _kobj_printf(ops, "%s can't process type SHT_RELA\n",
|
/illumos-gate/usr/src/cmd/mdb/common/modules/krtld/ |
H A D | krtld.c | 178 { "SHT_RELA", 0xffffffff, SHT_RELA },
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | machrel.amd.c | 443 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name, 960 M_MACH, SHT_RELA, arsp, R1addr, value, 1067 M_MACH, SHT_RELA, arsp, EC_NATPTR(addr), value, 1212 DBG_CALL(Dbg_reloc_ors_entry(ofl->ofl_lml, ELF_DBG_LD, SHT_RELA,
|
H A D | machrel.sparc.c | 614 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, 788 DBG_CALL(Dbg_reloc_out(ofl, ELF_DBG_LD, SHT_RELA, &rea, relosp->os_name, 1261 ELF_DBG_LD_ACT, M_MACH, SHT_RELA, 1353 M_MACH, SHT_RELA, arsp, EC_NATPTR(addr), value, 1538 DBG_CALL(Dbg_reloc_ors_entry(ofl->ofl_lml, ELF_DBG_LD, SHT_RELA,
|
H A D | relocate.c | 133 if (irel->is_shdr->sh_type == SHT_RELA) 2145 if (shdr->sh_type == SHT_RELA) 2312 if (rsect->is_shdr->sh_type == SHT_RELA)
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_a.out.c | 220 DBG_CALL(Dbg_reloc_run(lmp, SHT_RELA, plt, DBG_REL_START));
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | kobj_reloc.c | 355 if (rshp->sh_type != SHT_RELA)
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 555 shp->sh_type = SHT_RELA; 691 shp->sh_type = SHT_RELA; 1108 if (shdr_rel.sh_type != SHT_RELA && shdr_rel.sh_type != SHT_REL) 1176 if (shdr_rel.sh_type == SHT_RELA) { 1308 if (shdr_rel.sh_type == SHT_RELA) {
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 2636 if (((type = shdr->sh_type) != SHT_RELA) && 2647 if (type == SHT_RELA) 2697 if (type == SHT_RELA) { 3012 case SHT_RELA: 3310 TEST_ADDR(SHT_RELA, rela); 3314 TEST_ENTSIZE(SHT_RELA, rela); 4362 if ((type != SHT_RELA) && (type != SHT_REL)) 4370 if (type == SHT_RELA) 4415 if (type == SHT_RELA) { 5176 case SHT_RELA [all...] |
H A D | fake_shdr.c | 251 { MSG_ORIG(MSG_PHDRNAM_RELA), SHT_RELA, SHF_ALLOC, 977 case SHT_RELA:
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 411 #define SHT_RELA 4 macro
|
/illumos-gate/usr/src/cmd/sgs/dump/common/ |
H A D | dump.c | 276 * Print relocation data of type SHT_RELA 783 if ((p_scns->p_shdr.sh_type != SHT_RELA) && 837 if (p_scns->p_shdr.sh_type == SHT_RELA) { 1504 if (shdr.sh_type == SHT_RELA) {
|
/illumos-gate/usr/src/tools/ctf/cvt/ |
H A D | output.c | 553 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA)
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 1171 sp->sh_type != SHT_RELA && 1332 sp->sh_type != SHT_RELA)
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 384 shdr->sh_type == SHT_RELA) && 801 (src_shdr.sh_type == SHT_RELA)) {
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 179 case SHT_RELA:
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 1192 shtype = SHT_RELA; 1620 case SHT_RELA: 2224 case SHT_RELA: 2494 case SHT_RELA:
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 382 #define SHT_RELA 4 /* relocation section with addends */ macro
|