Searched refs:SHN_ABS (Results 1 – 25 of 60) sorted by relevance
123
8 # RUN: yaml2obj %s --docnum=1 -o %t1 -D SIZE1=0 -D SIZE2=0 -D SECTION=.second -D INDEX=SHN_ABS10 # RUN: yaml2obj %s --docnum=1 -o %t2 -D SIZE1=0 -D SIZE2=0 -D SECTION=.first -D INDEX=SHN_ABS14 # RUN: yaml2obj %s --docnum=1 -o %t3 -D SIZE1=1 -D SIZE2=0 -D SECTION=.second -D INDEX=SHN_ABS16 # RUN: yaml2obj %s --docnum=1 -o %t4 -D SIZE1=0 -D SIZE2=1 -D SECTION=.first -D INDEX=SHN_ABS20 # RUN: yaml2obj %s --docnum=1 -o %t5 -D SIZE1=1 -D SIZE2=0 -D SECTION=.caller -D INDEX=SHN_ABS
56 Index: SHN_ABS
54 Index: SHN_ABS
129 Index: SHN_ABS
47 Index: SHN_ABS59 Index: SHN_ABS109 Index: SHN_ABS
49 else if (section == SHN_ABS) in ebl_section_name()
13 Index: SHN_ABS
50 Index: SHN_ABS
3 ## Test SHN_ABS symbols are not copy relocated.
31 Index: SHN_ABS
21 Index: SHN_ABS
146 if (sym->st_shndx != SHN_ABS) in main()
178 …-NEXT: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xfff1 (SHN_ABS)202 …-NEXT: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xfff1 (SHN_ABS)249 Index: SHN_ABS
72 Index: SHN_ABS119 …-SYMS: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xfff1 (SHN_ABS)146 …-NEXT: warning: '[[FILE]]': unable to get section index for symbol with st_shndx = 0xfff1 (SHN_ABS)
115 Index: SHN_ABS118 Index: SHN_ABS198 Index: SHN_ABS
420 # ELF-MIPSEL-NEXT: Index: SHN_ABS595 # ELF-X86-64-NEXT: Index: SHN_ABS660 Index: SHN_ABS721 # ELF-AVR-NEXT: Index: SHN_ABS732 # ELF-AVR-NEXT: Index: SHN_ABS739 # ELF-AVR-NEXT: Index: SHN_ABS
48 Index: SHN_ABS
154 case SHN_ABS: /* XXX sometimes should use bias?? */ in __libdwfl_getsym()
93 state->addr_shndx = SHN_ABS; in same_section()
189 case SHN_ABS: in relocate_getsym()296 if (shndx == SHN_ABS) /* XXX maybe should apply bias? */ in resolve_symbol()
300 #define SHN_ABS 0xfff1 macro
163 pub const SHN_ABS: u32 = 65521; constant
300 || (sym_type == STT_OBJECT && sym->st_shndx != SHN_ABS) in load_()
387 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolValueImpl()407 case ELF::SHN_ABS: in getSymbolAddress()495 if (ESym->st_shndx == ELF::SHN_ABS) in getSymbolFlags()
295 ENUM_TO_CSTR(SHN_ABS); in sectionIndexToCString()