Home
last modified time | relevance | path

Searched refs:tmp_shdr (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/pesign/pesign-0.110/libdpe/
H A Dpe_allocspace.c65 struct section_header shdr, tmp_shdr; in pe_set_image_size() local
70 pe_getshdr(scn, &tmp_shdr); in pe_set_image_size()
71 if (tmp_shdr.virtual_size > 0) in pe_set_image_size()
72 memcpy (&shdr, &tmp_shdr, sizeof(shdr)); in pe_set_image_size()
/dports/www/firefox-esr/firefox-91.8.0/build/unix/elfhack/
H A Delf.cpp176 tmp_shdr = shdr; in Elf()
186 if (tmp_shdr[i]->sh_type == SHT_DYNAMIC) { in Elf()
230 tmp_shdr = nullptr; in Elf()
322 switch (tmp_shdr[index]->sh_type) { in getSection()
325 new ElfDynamic_Section(*tmp_shdr[index], tmp_file, this); in getSection()
329 new ElfRel_Section<Elf_Rel>(*tmp_shdr[index], tmp_file, this); in getSection()
333 new ElfRel_Section<Elf_Rela>(*tmp_shdr[index], tmp_file, this); in getSection()
338 new ElfSymtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
342 new ElfStrtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
345 sections[index] = new ElfSection(*tmp_shdr[index], tmp_file, this); in getSection()
H A Delfxx.h315 Elf_Shdr** tmp_shdr; variable
/dports/lang/spidermonkey78/firefox-78.9.0/build/unix/elfhack/
H A Delf.cpp176 tmp_shdr = shdr; in Elf()
186 if (tmp_shdr[i]->sh_type == SHT_DYNAMIC) { in Elf()
230 tmp_shdr = nullptr; in Elf()
322 switch (tmp_shdr[index]->sh_type) { in getSection()
325 new ElfDynamic_Section(*tmp_shdr[index], tmp_file, this); in getSection()
329 new ElfRel_Section<Elf_Rel>(*tmp_shdr[index], tmp_file, this); in getSection()
333 new ElfRel_Section<Elf_Rela>(*tmp_shdr[index], tmp_file, this); in getSection()
338 new ElfSymtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
342 new ElfStrtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
345 sections[index] = new ElfSection(*tmp_shdr[index], tmp_file, this); in getSection()
H A Delfxx.h315 Elf_Shdr** tmp_shdr; variable
/dports/www/firefox/firefox-99.0/build/unix/elfhack/
H A Delf.cpp177 tmp_shdr = shdr; in Elf()
187 if (tmp_shdr[i]->sh_type == SHT_DYNAMIC) { in Elf()
231 tmp_shdr = nullptr; in Elf()
323 switch (tmp_shdr[index]->sh_type) { in getSection()
326 new ElfDynamic_Section(*tmp_shdr[index], tmp_file, this); in getSection()
330 new ElfRel_Section<Elf_Rel>(*tmp_shdr[index], tmp_file, this); in getSection()
334 new ElfRel_Section<Elf_Rela>(*tmp_shdr[index], tmp_file, this); in getSection()
339 new ElfSymtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
343 new ElfStrtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
346 sections[index] = new ElfSection(*tmp_shdr[index], tmp_file, this); in getSection()
H A Delfxx.h319 Elf_Shdr** tmp_shdr; variable
/dports/mail/thunderbird/thunderbird-91.8.0/build/unix/elfhack/
H A Delf.cpp176 tmp_shdr = shdr; in Elf()
186 if (tmp_shdr[i]->sh_type == SHT_DYNAMIC) { in Elf()
230 tmp_shdr = nullptr; in Elf()
322 switch (tmp_shdr[index]->sh_type) { in getSection()
325 new ElfDynamic_Section(*tmp_shdr[index], tmp_file, this); in getSection()
329 new ElfRel_Section<Elf_Rel>(*tmp_shdr[index], tmp_file, this); in getSection()
333 new ElfRel_Section<Elf_Rela>(*tmp_shdr[index], tmp_file, this); in getSection()
338 new ElfSymtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
342 new ElfStrtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
345 sections[index] = new ElfSection(*tmp_shdr[index], tmp_file, this); in getSection()
H A Delfxx.h315 Elf_Shdr** tmp_shdr; variable
/dports/lang/spidermonkey60/firefox-60.9.0/build/unix/elfhack/
H A Delf.cpp176 tmp_shdr = shdr; in Elf()
222 tmp_shdr = nullptr; in Elf()
314 switch (tmp_shdr[index]->sh_type) { in getSection()
317 new ElfDynamic_Section(*tmp_shdr[index], tmp_file, this); in getSection()
321 new ElfRel_Section<Elf_Rel>(*tmp_shdr[index], tmp_file, this); in getSection()
325 new ElfRel_Section<Elf_Rela>(*tmp_shdr[index], tmp_file, this); in getSection()
330 new ElfSymtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
334 new ElfStrtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
337 sections[index] = new ElfSection(*tmp_shdr[index], tmp_file, this); in getSection()
H A Delfxx.h300 Elf_Shdr **tmp_shdr; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/build/unix/elfhack/
H A Delf.cpp173 tmp_shdr = shdr; in Elf()
220 tmp_shdr = nullptr; in Elf()
308 switch (tmp_shdr[index]->sh_type) { in getSection()
310 sections[index] = new ElfDynamic_Section(*tmp_shdr[index], tmp_file, this); in getSection()
313 sections[index] = new ElfRel_Section<Elf_Rel>(*tmp_shdr[index], tmp_file, this); in getSection()
316 sections[index] = new ElfRel_Section<Elf_Rela>(*tmp_shdr[index], tmp_file, this); in getSection()
320 sections[index] = new ElfSymtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
323 sections[index] = new ElfStrtab_Section(*tmp_shdr[index], tmp_file, this); in getSection()
326 sections[index] = new ElfSection(*tmp_shdr[index], tmp_file, this); in getSection()
H A Delfxx.h301 Elf_Shdr **tmp_shdr; variable