Home
last modified time | relevance | path

Searched refs:relhack (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/build/unix/elfhack/
H A Dinject.c22 extern __attribute__((visibility("hidden"))) Elf32_Rel relhack[];
30 for (rel = relhack; rel->r_offset; rel++) { in do_relocations()
H A Delfhack.cpp545 ElfRelHack_Section *relhack = new ElfRelHack_Section(relhack_section); in do_relocation_section() local
610 relhack->push_back(relhack_entry); in do_relocation_section()
617 relhack->push_back(relhack_entry); in do_relocation_section()
620 relhack->push_back(relhack_entry); in do_relocation_section()
649 relhack->insertAfter(relhackcode); in do_relocation_section()
/dports/lang/spidermonkey60/firefox-60.9.0/build/unix/elfhack/
H A Dinject.c26 extern __attribute__((visibility("hidden"))) Elf32_Rel relhack[];
38 for (rel = relhack; rel->r_offset; rel++) { in do_relocations()
H A Delfhack.cpp585 ElfRelHack_Section *relhack = new ElfRelHack_Section(relhack_section); in do_relocation_section() local
667 if (relhack_entry.r_offset) relhack->push_back(relhack_entry); in do_relocation_section()
673 if (relhack_entry.r_offset) relhack->push_back(relhack_entry); in do_relocation_section()
676 relhack->push_back(relhack_entry); in do_relocation_section()
801 relhackcode_section, *elf, *relhack, original_init, mprotect_cb); in do_relocation_section()
819 relhack->insertBefore(section); in do_relocation_section()
/dports/www/firefox-esr/firefox-91.8.0/build/unix/elfhack/
H A Dinject.c52 extern __attribute__((visibility("hidden"))) Elf32_Rel relhack[];
65 for (rel = relhack; rel->r_offset; rel++) { in do_relocations()
H A Delfhack.cpp828 ElfRelHack_Section* relhack = new ElfRelHack_Section(relhack_section); in do_relocation_section() local
906 if (relhack_entry.r_offset) relhack->push_back(relhack_entry); in do_relocation_section()
912 if (relhack_entry.r_offset) relhack->push_back(relhack_entry); in do_relocation_section()
915 relhack->push_back(relhack_entry); in do_relocation_section()
1080 new ElfRelHackCode_Section(relhackcode_section, *elf, *relhack, in do_relocation_section()
1097 relhack->insertBefore(section); in do_relocation_section()
1105 size_t new_size = relhack->getSize() + section->getSize() + in do_relocation_section()
1135 if (eh_frame && first->getAddr() > relhack->getAddr() && in do_relocation_section()
/dports/lang/spidermonkey78/firefox-78.9.0/build/unix/elfhack/
H A Dinject.c52 extern __attribute__((visibility("hidden"))) Elf32_Rel relhack[];
65 for (rel = relhack; rel->r_offset; rel++) { in do_relocations()
H A Delfhack.cpp828 ElfRelHack_Section* relhack = new ElfRelHack_Section(relhack_section); in do_relocation_section() local
906 if (relhack_entry.r_offset) relhack->push_back(relhack_entry); in do_relocation_section()
912 if (relhack_entry.r_offset) relhack->push_back(relhack_entry); in do_relocation_section()
915 relhack->push_back(relhack_entry); in do_relocation_section()
1080 new ElfRelHackCode_Section(relhackcode_section, *elf, *relhack, in do_relocation_section()
1097 relhack->insertBefore(section); in do_relocation_section()
1105 size_t new_size = relhack->getSize() + section->getSize() + in do_relocation_section()
1135 if (eh_frame && first->getAddr() > relhack->getAddr() && in do_relocation_section()
/dports/mail/thunderbird/thunderbird-91.8.0/build/unix/elfhack/
H A Dinject.c52 extern __attribute__((visibility("hidden"))) Elf32_Rel relhack[];
65 for (rel = relhack; rel->r_offset; rel++) { in do_relocations()
H A Delfhack.cpp828 ElfRelHack_Section* relhack = new ElfRelHack_Section(relhack_section); in do_relocation_section() local
906 if (relhack_entry.r_offset) relhack->push_back(relhack_entry); in do_relocation_section()
912 if (relhack_entry.r_offset) relhack->push_back(relhack_entry); in do_relocation_section()
915 relhack->push_back(relhack_entry); in do_relocation_section()
1080 new ElfRelHackCode_Section(relhackcode_section, *elf, *relhack, in do_relocation_section()
1097 relhack->insertBefore(section); in do_relocation_section()
1105 size_t new_size = relhack->getSize() + section->getSize() + in do_relocation_section()
1135 if (eh_frame && first->getAddr() > relhack->getAddr() && in do_relocation_section()
/dports/www/firefox/firefox-99.0/build/unix/elfhack/
H A Dinject.c52 extern __attribute__((visibility("hidden"))) Elf_Addr relhack[];
64 for (Elf_Addr* entry = relhack; *entry; entry++) { in do_relocations()
H A Delfhack.cpp934 ElfRelHack_Section* relhack = new ElfRelHack_Section(relhack_section); in do_relocation_section() local
1010 relhack->push_back(i->r_offset); in do_relocation_section()
1014 relhack->push_back(0); in do_relocation_section()
1179 new ElfRelHackCode_Section(relhackcode_section, *elf, *relhack, in do_relocation_section()
1196 relhack->insertBefore(section); in do_relocation_section()
1204 size_t new_size = relhack->getSize() + section->getSize() + in do_relocation_section()
1234 if (eh_frame && first->getAddr() > relhack->getAddr() && in do_relocation_section()