Home
last modified time | relevance | path

Searched refs:read_encoded (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dreadelf.c6081 read_encoded (unsigned int encoding, const unsigned char *readp, in read_encoded() function
6172 readp = read_encoded (encoding, readp, endp, &op1, dbg); in print_cfa_program()
6727 readp = read_encoded (encoding, readp, in print_debug_frame_section()
6867 = read_encoded (lsda_encoding, &readp[u], in print_debug_frame_section()
10411 readp = read_encoded (eh_frame_ptr_enc, readp, dataend, &eh_frame_ptr, in print_debug_frame_hdr_section()
10428 readp = read_encoded (fde_count_enc, readp, dataend, &fde_count, dbg); in print_debug_frame_hdr_section()
10500 readp = read_encoded (lpstart_encoding, readp, dataend, &lpstart, dbg); in print_debug_exception_table()
10538 readp = read_encoded (call_site_encoding, readp, dataend, in print_debug_exception_table()
10541 readp = read_encoded (call_site_encoding, readp, dataend, in print_debug_exception_table()
10544 readp = read_encoded (call_site_encoding, readp, dataend, in print_debug_exception_table()
[all …]
DChangeLog1053 * readelf.c (read_encoded): Move up.
1054 (print_cfa_program): Add encoding argument. Use it for read_encoded
1596 (read_encoded): Likewise.
2848 (read_encoded): Likewise.
2850 For P augmentation, use read_encoded, print the encoding description,
3142 (read_encoded): New function.