Searched refs:DT_STRTAB (Results 1 – 25 of 51) sorted by relevance
123
37 - Tag: DT_STRTAB53 ## Check we do not crash when an object contains a DT_STRTAB entry whose address55 ## Note that we have to set p_filesz for PT_LOAD larger than DT_STRTAB value62 # BROKEN-OFFSET: warning: '[[FILE]]': unable to parse DT_STRTAB: can't map virtual address 0xf…
152 - Tag: DT_STRTAB183 ## Test handling of DT_STRTAB pointing outside the file's address space.190 # BAD-STRTAB-ERR: warning: '[[FILE]]': unable to parse DT_STRTAB: virtual address is not in any …199 # BAD-STRTAB-ERR2: warning: '[[FILE]]': unable to parse DT_STRTAB: virtual address is not in a…218 ## Two DT_STRTAB entries are needed to check that we don't report it twice.219 - Tag: DT_STRTAB221 - Tag: DT_STRTAB349 - Tag: DT_STRTAB389 ## Note: The code reads the data in [DT_STRTAB, DT_STRTAB + DT_STRSZ] as the string table
35 - Tag: DT_STRTAB85 - Tag: DT_STRTAB
47 - Tag: DT_STRTAB
41 # CHECK: Couldn't locate dynamic string table (no DT_STRTAB entry)
25 - Tag: DT_STRTAB
26 - Tag: DT_STRTAB
28 - Tag: DT_STRTAB
31 - Tag: DT_STRTAB
32 - Tag: DT_STRTAB
29 - Tag: DT_STRTAB
30 - Tag: DT_STRTAB
119 if (dynamic_iter->d_tag == DT_STRTAB) { in ReadElfLibraryName()
48 DT_HASH, DT_STRTAB, DT_SYMTAB, DT_RELA, in main()
144 case DT_STRTAB: in vdso_init_from_sysinfo_ehdr()
80 #define DT_STRTAB 5 macro
91 - Tag: DT_STRTAB306 - Tag: DT_STRTAB
232 case DT_STRTAB: in Init()
83 pub const DT_STRTAB: u32 = 5; constant