Searched refs:SHT_RELA (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Drelocate.c515 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 Dgot.c151 if (type == SHT_RELA) {
/illumos-gate/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h150 #define M_REL_SHT_TYPE SHT_RELA /* section header type */
/illumos-gate/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h149 #define M_REL_SHT_TYPE SHT_RELA /* section header type */
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c279 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 Dtraverse.c163 if (rel_shdr->sh_type == SHT_RELA) {
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c296 if (rshp->sh_type != SHT_RELA)
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c285 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 Dkrtld.c178 { "SHT_RELA", 0xffffffff, SHT_RELA },
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c443 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 Dmachrel.sparc.c614 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 Drelocate.c133 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 Dsparc_a.out.c220 DBG_CALL(Dbg_reloc_run(lmp, SHT_RELA, plt, DBG_REL_START));
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c355 if (rshp->sh_type != SHT_RELA)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c555 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 Delfdump.c2636 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 Dfake_shdr.c251 { MSG_ORIG(MSG_PHDRNAM_RELA), SHT_RELA, SHF_ALLOC,
977 case SHT_RELA:
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h411 #define SHT_RELA 4 macro
/illumos-gate/usr/src/cmd/sgs/dump/common/
H A Ddump.c276 * 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 Doutput.c553 if (shdr.sh_type == SHT_REL || shdr.sh_type == SHT_RELA)
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c1171 sp->sh_type != SHT_RELA &&
1332 sp->sh_type != SHT_RELA)
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c384 shdr->sh_type == SHT_RELA) &&
801 (src_shdr.sh_type == SHT_RELA)) {
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.c179 case SHT_RELA:
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1192 shtype = SHT_RELA;
1620 case SHT_RELA:
2224 case SHT_RELA:
2494 case SHT_RELA:
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h382 #define SHT_RELA 4 /* relocation section with addends */ macro

Completed in 203 milliseconds

12