Searched refs:nreloc (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/cctools-845/ld/
H A Dmod_sections.c110 if(s->nreloc != s->size / 4){
117 for(i = 0; i < s->nreloc; i++){
234 ms->s.nreloc += s->nreloc;
235 nreloc += s->nreloc;
293 ms->s.nreloc += s->nreloc;
294 nreloc += s->nreloc;
[all...]
H A Dcoalesced_sections.c399 for(i = 0; i < s->nreloc; i++){
480 if(i + 1 < s->nreloc){
494 if(i + 1 >= s->nreloc ||
722 ms->s.nreloc += 1 + pair;
723 nreloc += 1 + pair;
732 if(ms->s.nreloc != 0){
825 nreloc -= ms->s.nreloc;
826 ms->s.nreloc = 0;
H A Dliteral_pointers.c146 if(s->nreloc != nliterals){
212 swap_relocation_info(relocs, s->nreloc, host_byte_sex);
216 for(i = s->nreloc - 1; i >= 0 ; i--){
715 ms->s.nreloc++;
716 nreloc++;
1028 nreloc -= ms->s.nreloc;
1029 ms->s.nreloc = 0;
1372 (output_addr + ms->s.reloff), ms->s.nreloc,
1375 ms->s.nreloc * sizeo
[all...]
H A Dsections.h82 * nreloc accumulated to the total count (pass1)
156 __private_extern__ unsigned long nreloc; variable
H A Dindirect_sections.c489 if(section_type == S_LAZY_SYMBOL_POINTERS && s->nreloc != nitems){
502 for(i = 0; i < s->nreloc; i++){
584 if(i + 1 < s->nreloc){
598 if(i + 1 >= s->nreloc ||
897 ms->s.nreloc += 1 + pair;
898 nreloc += 1 + pair;
907 if(ms->s.nreloc != 0){
1087 nreloc -= ms->s.nreloc;
1088 ms->s.nreloc
[all...]
H A Dsections.c103 __private_extern__ unsigned long nreloc = 0; variable
405 ms->s.nreloc += s->nreloc;
406 nreloc += s->nreloc;
3436 for(i = 0; i < map->s->nreloc; i++){
3582 if(pair && i == map->s->nreloc - 1)
3610 fake_s.nreloc = 1 + pair;
3890 unsigned long nreloc; local
3904 if(map->s->size == 0 && map->s->nreloc
4984 unsigned long i, nreloc; local
[all...]
H A Di860_reloc.c97 for(i = 0; i < section_map->s->nreloc; i++){
203 if(i + 1 < section_map->s->nreloc){
234 if(i + 1 < section_map->s->nreloc){
H A Dhppa_reloc.c105 for(i = 0; i < section_map->s->nreloc; i++){
213 if(i + 1 < section_map->s->nreloc){
246 if(i + 1 < section_map->s->nreloc){
H A Dm88k_reloc.c100 for(i = 0; i < section_map->s->nreloc; i++){
206 if(i + 1 < section_map->s->nreloc){
237 if(i + 1 < section_map->s->nreloc){
H A Dppc_reloc.c117 for(i = reloc_index; i < section_map->s->nreloc; i++){
227 if(i + 1 < section_map->s->nreloc){
269 if(i + 1 < section_map->s->nreloc){
H A Dsparc_reloc.c104 for(i = 0; i < section_map->s->nreloc; i++){
210 if(i + 1 < section_map->s->nreloc){
245 if(i + 1 < section_map->s->nreloc){
H A Dlayout.c724 linkedit_segment.sg.filesize += nreloc *
1689 if(save_reloc && ms->s.nreloc != 0){
1691 offset += ms->s.nreloc * sizeof(struct relocation_info);
1695 ms->s.nreloc = 0;
/macosx-10.9.5/cctools-845/efitools/
H A Dmakerelocs.c66 uint32_t nreloc,
223 swap_relocation_info(relocs, s[j].nreloc,
226 gather_base_reloc_info(s[j].addr, relocs, s[j].nreloc,
230 gather_base_reloc_info(s[j].addr, relocs, s[j].nreloc,
255 swap_relocation_info(relocs, s64[j].nreloc,
259 s64[j].nreloc, CPU_TYPE_X86_64, 3,
309 uint32_t nreloc,
318 for(i = 0; i < nreloc; i++){
306 gather_base_reloc_info( uint32_t addr, struct relocation_info *relocs, uint32_t nreloc, cpu_type_t cpu_type, uint32_t length, int macho_reloc_type, int base_reloc_type) argument
H A Dmtoc.c229 uint32_t nreloc,
2099 swap_relocation_info(relocs, s[j].nreloc,
2102 gather_base_reloc_info(s[j].addr, relocs, s[j].nreloc,
2106 gather_base_reloc_info(s[j].addr, relocs, s[j].nreloc,
2140 swap_relocation_info(relocs, s64[j].nreloc,
2144 s64[j].nreloc, CPU_TYPE_X86_64, 3,
2196 uint32_t nreloc,
2205 for(i = 0; i < nreloc; i++){
2193 gather_base_reloc_info( uint32_t addr, struct relocation_info *relocs, uint32_t nreloc, cpu_type_t cpu_type, uint32_t length, int macho_reloc_type, int base_reloc_type) argument
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sect.c88 relocs, src->nreloc);
136 relocs, src->nreloc);
482 secthdr->nreloc = 0;
522 secthdr->nreloc = 0;
H A Dkxld_util.c380 sects[j].reloff + sects[j].nreloc * sizeof(*relocs), finish,
388 swap_relocation_info(relocs, sects[j].nreloc,
549 sects[j].reloff + sects[j].nreloc * sizeof(*relocs), finish,
557 swap_relocation_info(relocs, sects[j].nreloc,
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h400 * The format of the relocation entries referenced by the reloff and nreloc
412 uint32_t nreloc; /* number of relocation entries */ member in struct:section
426 uint32_t nreloc; /* number of relocation entries */ member in struct:section_64
966 * structures (and the reloff and nreloc fields in the section headers are
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c145 s[i].nreloc = OSSwapInt32(s[i].nreloc);
168 s[i].nreloc = OSSwapInt32(s[i].nreloc);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.h199 unsigned long nreloc; member in struct:bfd_mach_o_section
345 structures (and the reloff and nreloc fields in the section headers are
/macosx-10.9.5/cctools-845/as/
H A Dwrite_object.c303 frchainP->frch_section.nreloc = 0;
305 frchainP->frch_section.nreloc += nrelocs_for_fix(fixP);
316 if(frchainP->frch_section.nreloc == 0)
320 offset += frchainP->frch_section.nreloc *
322 nrelocs += frchainP->frch_section.nreloc;
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h401 * The format of the relocation entries referenced by the reloff and nreloc
413 uint32_t nreloc; /* number of relocation entries */ member in struct:section
427 uint32_t nreloc; /* number of relocation entries */ member in struct:section_64
967 * structures (and the reloff and nreloc fields in the section headers are
/macosx-10.9.5/cctools-845/misc/
H A Dctf_insert.c582 s_ctf->nreloc = 0;
617 s64_ctf->nreloc = 0;
H A Dsegedit.c553 if(sp->nreloc != 0 && sp->reloff < low_linkedit)
590 if(sp64->nreloc != 0 && sp64->reloff < low_linkedit)
843 if(sp->nreloc != 0)
852 if(sp64->nreloc != 0)
H A Dstrip.c209 uint32_t nreloc,
1912 if(s->nreloc != 0){
1913 if(s->reloff + s->nreloc *
1924 swap_relocation_info(relocs, s->nreloc,
1934 s->sectname, s->size, contents, relocs, s->nreloc,
1938 swap_relocation_info(relocs, s->nreloc,
1950 if(s64->nreloc != 0){
1951 if(s64->reloff + s64->nreloc *
1962 swap_relocation_info(relocs, s64->nreloc,
1973 s64->nreloc, symbol
2191 check_object_relocs( struct arch *arch, struct member *member, struct object *object, char *segname, char *sectname, uint64_t sectsize, char *contents, struct relocation_info *relocs, uint32_t nreloc, struct nlist *symbols, struct nlist_64 *symbols64, uint32_t nsyms, char *strings, int32_t *missing_reloc_symbols, enum byte_sex host_byte_sex) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h348 uint32_t nreloc; member in struct:llvm::MachO::section
362 uint32_t nreloc; member in struct:llvm::MachO::section_64

Completed in 307 milliseconds

12