Home
last modified time | relevance | path

Searched refs:shdrs (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/patchelf/
H A Dpatchelf.cc53 vector<Elf_Shdr> shdrs; member in ElfFile
326 linkage[getSectionName(shdrs[i])] = getSectionName(shdrs[rdi(shdrs[i].sh_link)]); in sortShdrs()
332 (rdi(shdrs[i].sh_type) == SHT_REL || rdi(shdrs[i].sh_type) == SHT_RELA)) in sortShdrs()
333 info[getSectionName(shdrs[i])] = getSectionName(shdrs[rdi(shdrs[i].sh_info)]); in sortShdrs()
341 sort(shdrs.begin(), shdrs.end(), comp); in sortShdrs()
346 wri(shdrs[i].sh_link, in sortShdrs()
352 (rdi(shdrs[i].sh_type) == SHT_REL || rdi(shdrs[i].sh_type) == SHT_RELA)) in sortShdrs()
353 wri(shdrs[i].sh_info, in sortShdrs()
402 wri(shdrs[i].sh_offset, rdi(shdrs[i].sh_offset) + shift); in shiftFile()
450 return i ? &shdrs[i] : 0; in findSection2()
[all …]
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/patchelf/
H A Dpatchelf.cc53 vector<Elf_Shdr> shdrs; member in ElfFile
326 linkage[getSectionName(shdrs[i])] = getSectionName(shdrs[rdi(shdrs[i].sh_link)]); in sortShdrs()
332 (rdi(shdrs[i].sh_type) == SHT_REL || rdi(shdrs[i].sh_type) == SHT_RELA)) in sortShdrs()
333 info[getSectionName(shdrs[i])] = getSectionName(shdrs[rdi(shdrs[i].sh_info)]); in sortShdrs()
341 sort(shdrs.begin(), shdrs.end(), comp); in sortShdrs()
346 wri(shdrs[i].sh_link, in sortShdrs()
352 (rdi(shdrs[i].sh_type) == SHT_REL || rdi(shdrs[i].sh_type) == SHT_RELA)) in sortShdrs()
353 wri(shdrs[i].sh_info, in sortShdrs()
402 wri(shdrs[i].sh_offset, rdi(shdrs[i].sh_offset) + shift); in shiftFile()
450 return i ? &shdrs[i] : 0; in findSection2()
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/patchelf/
H A Dpatchelf.cc53 vector<Elf_Shdr> shdrs; member in ElfFile
326 linkage[getSectionName(shdrs[i])] = getSectionName(shdrs[rdi(shdrs[i].sh_link)]); in sortShdrs()
332 (rdi(shdrs[i].sh_type) == SHT_REL || rdi(shdrs[i].sh_type) == SHT_RELA)) in sortShdrs()
333 info[getSectionName(shdrs[i])] = getSectionName(shdrs[rdi(shdrs[i].sh_info)]); in sortShdrs()
341 sort(shdrs.begin(), shdrs.end(), comp); in sortShdrs()
346 wri(shdrs[i].sh_link, in sortShdrs()
352 (rdi(shdrs[i].sh_type) == SHT_REL || rdi(shdrs[i].sh_type) == SHT_RELA)) in sortShdrs()
353 wri(shdrs[i].sh_info, in sortShdrs()
402 wri(shdrs[i].sh_offset, rdi(shdrs[i].sh_offset) + shift); in shiftFile()
450 return i ? &shdrs[i] : 0; in findSection2()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/libiberty/
H A Dsimple-object-elf.c411 unsigned char *shdrs; member
583 shdrs, in simple_object_elf_find_sections()
623 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
747 ret->shdrs = NULL; in simple_object_elf_start_write()
956 if (eow->shdrs) in simple_object_elf_write_to_file()
1063 if (eow->shdrs) in simple_object_elf_release_write()
1108 shdrs, in simple_object_elf_copy_lto_debug_sections()
1153 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1267 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/vdso/
H A Dgenvdso.h10 void *shdrs; in FUNC() local
15 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
23 shdr = shdrs + (i * sh_entsize); in FUNC()
61 void *shdrs, *symtab; in FUNC() local
69 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
74 shdr = shdrs + (i * sh_entsize); in FUNC()
101 shdr = shdrs + (swap_uint32(shdr->sh_link) * sh_entsize); in FUNC()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/vdso/
H A Dgenvdso.h10 void *shdrs; in FUNC() local
15 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
23 shdr = shdrs + (i * sh_entsize); in FUNC()
61 void *shdrs, *symtab; in FUNC() local
69 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
74 shdr = shdrs + (i * sh_entsize); in FUNC()
101 shdr = shdrs + (swap_uint32(shdr->sh_link) * sh_entsize); in FUNC()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/vdso/
H A Dgenvdso.h10 void *shdrs; in FUNC() local
15 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx)); in FUNC()
23 shdr = shdrs + (i * sh_entsize); in FUNC()
61 void *shdrs, *symtab; in FUNC() local
69 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
74 shdr = shdrs + (i * sh_entsize); in FUNC()
101 shdr = shdrs + (swap_uint32(shdr->sh_link) * sh_entsize); in FUNC()
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
590 shdrs, in simple_object_elf_find_sections()
630 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
645 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
754 ret->shdrs = NULL; in simple_object_elf_start_write()
963 if (eow->shdrs) in simple_object_elf_write_to_file()
1070 if (eow->shdrs) in simple_object_elf_release_write()
1118 shdrs, in simple_object_elf_copy_lto_debug_sections()
1165 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1317 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
590 shdrs, in simple_object_elf_find_sections()
630 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
645 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
754 ret->shdrs = NULL; in simple_object_elf_start_write()
963 if (eow->shdrs) in simple_object_elf_write_to_file()
1070 if (eow->shdrs) in simple_object_elf_release_write()
1118 shdrs, in simple_object_elf_copy_lto_debug_sections()
1165 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1317 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/devel/gdb/gdb-11.1/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/libiberty/
H A Dsimple-object-elf.c418 unsigned char *shdrs; member
598 shdrs, in simple_object_elf_find_sections()
638 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
653 XDELETEVEC (shdrs); in simple_object_elf_find_sections()
762 ret->shdrs = NULL; in simple_object_elf_start_write()
971 if (eow->shdrs) in simple_object_elf_write_to_file()
1078 if (eow->shdrs) in simple_object_elf_release_write()
1126 shdrs, in simple_object_elf_copy_lto_debug_sections()
1173 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
1325 XDELETEVEC (shdrs); in simple_object_elf_copy_lto_debug_sections()
[all …]

12345678